home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4874 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  670 b 

  1. Path: Ra.MsState.Edu!zl3
  2. From: Zheng Liang <zl3@Ra.MsState.Edu>
  3. Newsgroups: comp.lang.c
  4. Subject: Help on file relocation
  5. Date: Wed, 7 Feb 1996 11:32:41 -0600
  6. Organization: Mississippi State University
  7. Message-ID: <Pine.SUN.3.91.960207112627.3727C-100000@Ra.MsState.Edu>
  8. NNTP-Posting-Host: ra.msstate.edu
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12. I need to write a program that will collect sevreal relocatable file 
  13. contents into an absolute file. The header format should be 
  14. Magic(4 bytes) Entry(4), text length(4), data length(4), text relocatable 
  15. length(4) data relocatable length(4) symbol table length(4) Padding(4)
  16. Any idea about that?
  17.  
  18. Jane
  19.